Dynomotion

Group: DynoMotion Message: 8780 From: eric_kato_sanders Date: 12/4/2013
Subject: Displaying printf output in KMotionCNC
Tom,
The console of KMotion.exe shows the output of printf statements.  If I wanted to implement a status line in KMotionCNC, how would I go about capturing this output, or is it something targeted only towards the console window?
Thanks,
Eric
Group: DynoMotion Message: 8782 From: Tom Kerekes Date: 12/4/2013
Subject: Re: Displaying printf output in KMotionCNC
Hi Eric,

You would register yourself as the Console Handler with this call to KMotionDLL.dll.

    int SetConsoleCallback(CONSOLE_HANDLER *ch);

Regards
TK